IMonitor<T> Interface Members
In This Topic
The following tables list the members exposed by IMonitor<T>.
Public Properties
| Name | Description |
 | MonitoredEvents |
Gets the metadata of all the events that are currently being monitored.
|
 | OccurredEvents | Gets a collection of all events that have occurred since the monitor was created or Clear was called. |
 | Subject | Gets the object that is being monitored or a null reference (Nothing in Visual Basic) if the object has been GCed. |
Top
Public Methods
See Also